Skip to main content
Feedback

Updating Secrets (introduced in v6.1.0)

Although Kubernetes installs new secret values in the pods, the Boomi Cloud API Management - Local Edition component cannot capture the current changes. To enable Boomi Cloud API Management - Local Edition to capture and mount new secret values in the pods, follow the steps listed below in the Enabling and Mounting new secret values in the Pods section.

Enabling and Mounting new secret values in the Pods

  1. Update K8s secrets.

  2. Run kubectl command to restart deployments.

    kubectl rollout restart deployment <deployment name>

    This removes old pods with older secret values only after new pods are ready and bound to the service.

  3. Run the following command to find the list of deployments.

    kubectl get deployment

    Sample output

    --------------
    cache-deploy 1/1 1 1 43m

    configui-deploy 1/1 1 1 43m

    loader-deploy 1/1 1 1 43m

    platformapi-deploy 1/1 1 1 43m

    trafficmanager-deploy 1/1 1 1 43m

On this Page